home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Mania 4
/
MacMania 4.toast
/
/
Internet software
/
Mailbox to TSV
/
mailbox to tsv.prefs
< prev
next >
Wrap
Text File
|
1996-04-03
|
587b
|
21 lines
# This file is read in at run time to set the parameters
# If it is not present, the variables will be set up as follows:
$TitleLine = 1; # Include column headers in file
$Separator = "/"; # Slash separates parts of the date
$Paragraphize = 0; # Cause paragraphing to occur
$DateFormat = 0; # index into %dateFormats
# 0 => '$month$Separator$day$Separator$year',
# 1 => '$day$Separator$month$Separator$year',
# 2 => '$year$Separator$month$Separator$day',
# add headers in lower case
@IgnoreHeaders = qw(received
resent-from
resent-to
resent-date
return-path);